:root {
  --bg:#eef1f6; --soft:#f7f8fc; --line:#d8deea; --text:#111111; --body:#333333; --muted:#657089;
  --brand:#e31b23; --violet:#5566ff; --card:#ffffff; --shadow:0 18px 40px rgba(52,72,130,.08); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--body);font:16px/1.75 "Microsoft YaHei","PingFang SC",sans-serif}
img{max-width:100%;height:auto;display:block} a{text-decoration:none;color:inherit}
.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
.nav-row{min-height:72px;display:flex;align-items:center;gap:20px}.brand img{height:34px;width:auto;object-fit:contain}
.nav{margin-left:auto;display:flex;gap:22px}.nav a{font-size:14px;color:#4a5777}.header-cta{padding:10px 18px;border-radius:999px;background:var(--brand);color:#fff;font-size:14px;font-weight:700}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:0}.menu-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:#111}
.hero{padding:52px 0;background:
  linear-gradient(180deg,#f7f8fc,#eef1f6),
  radial-gradient(circle at right top, rgba(85,102,255,.15), transparent 28%);
}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.eyebrow{margin:0;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--brand)}
.hero-copy h1,.section-head h2,.cta-box h2{margin:10px 0 16px;line-height:1.16;color:var(--text)} .hero-copy h1{font-size:clamp(34px,4.5vw,56px)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;font-weight:700}
.btn-primary{background:var(--brand);color:#fff}.btn-ghost{background:#fff;border:1px solid var(--line);color:var(--violet)}
.device-stack{position:relative;min-height:360px}
.phone-card,.desktop-card,.device-grid article,.system-grid div,.feature-media,.feature-list div,.check-row article,.faq-item,.cta-box{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.phone-card,.desktop-card{margin:0;padding:16px;position:absolute}
.phone-card{width:42%;left:6%;top:24px;z-index:2}.desktop-card{width:72%;right:0;bottom:0}
.phone-card img,.desktop-card img{width:100%;object-fit:contain}
.section{padding:68px 0}.section-soft,.section-check{background:var(--soft)}
.section-head{max-width:760px;margin-bottom:24px}.section-head p{margin:0;color:var(--muted)}
.device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.device-grid article{padding:24px;border-top:4px solid var(--violet)} .device-grid h3{margin:0 0 10px;color:var(--text)} .device-grid p{margin:0;color:var(--muted)}
.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.system-grid div{padding:18px;display:grid;gap:8px;align-content:start}
.system-grid img{width:100%;max-height:100px;object-fit:contain}.system-grid strong{color:var(--violet)} .system-grid span{color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.feature-media{margin:0;padding:18px}.feature-media img{width:100%;object-fit:contain}
.feature-list{display:grid;gap:14px}.feature-list div{padding:18px 20px}.feature-list strong{display:block;color:var(--text);margin-bottom:4px}.feature-list span{color:var(--muted)}
.check-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.check-row article{padding:18px;text-align:center}.check-row span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:12px;background:#eef1ff;color:var(--violet);font-weight:800;margin-bottom:12px}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.faq-item{overflow:hidden}
.faq-question{width:100%;display:flex;justify-content:space-between;gap:18px;padding:18px 20px;border:0;background:transparent;color:var(--text);font:inherit;font-weight:700;text-align:left;cursor:pointer}
.faq-question b{color:var(--brand);font-size:22px}.faq-answer{display:none;padding:0 20px 18px;color:var(--muted)}.faq-item.open .faq-answer{display:block}
.search-matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.search-matrix span{padding:13px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;color:#44506e;text-align:center}
.cta-section{padding:24px 0 72px}.cta-box{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:26px 28px;background:linear-gradient(90deg,#fff,#eef1ff)}
@media (max-width:980px){
  .hero-grid,.device-grid,.system-grid,.feature-grid,.check-row,.faq-grid,.search-matrix{grid-template-columns:1fr}
  .nav{display:none;width:100%;order:4;flex-direction:column;padding-bottom:16px}.nav.open{display:flex}
  .menu-toggle{display:block}.header-cta{display:none}.nav-row{flex-wrap:wrap}.device-stack{min-height:0;display:grid;gap:16px}.phone-card,.desktop-card{position:static;width:auto}.cta-box{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){.wrap{width:min(100% - 24px,1120px)}.section{padding:54px 0}.hero-copy h1{font-size:34px}}

.site-logo,
.logo img,
.brand img,
.header-logo img,
.nav-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 40px !important;
  max-width: 180px !important;
  object-fit: contain !important;
}

.brand,
.logo,
.header-logo,
.nav-logo {
  overflow: visible !important;
}

.site-header .brand,
header .brand,
header .logo,
header .header-logo,
header .nav-logo {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
